Defines the header for a flow document.

Full documentation

Initializes a new PDFFlowDocumentHeader object.

Full documentation

Gets the header content.

Full documentation

Gets the left margin extension.
By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.

Full documentation

Gets the right margin extension.
By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.

Full documentation

Gets the top margin.
If the header top margin plus header height are greater than page top margin, the page top margin is increased (content is moved down) in order to accomodate the header.

Full documentation

Sets the left margin extension.
By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.

Full documentation

Sets the right margin extension.
By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.

Full documentation

Sets the top margin.
If the header top margin plus header height are greater than page top margin, the page top margin is increased (content is moved down) in order to accomodate the header.

Full documentation